home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / REDNEX.DIR / 00012.ls < prev    next >
Encoding:
Text File  |  1995-08-21  |  163 b   |  8 lines

  1. on enterFrame
  2.   laddastart()
  3.   set the colorDepth to 8
  4.   if the quickTimePresent = 0 then
  5.     alert("You need to install Quicktime from your CD-ROM")
  6.   end if
  7. end
  8.